home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 34.zip / BS1 part 34 / FredFish PD 314.adf / Zc / Getting_Started < prev    next >
Text File  |  1990-02-05  |  1KB  |  48 lines

  1. Getting Started:
  2. ===============
  3.  
  4. The Sozobon compiler system depends on several environment variables
  5. and the directory structure being set up correctly:-
  6.  
  7. If you are working from floppy disks:
  8. -------------------------------------
  9.  
  10. Make sure your disk is labeled "ZC", (without the quotation marks of
  11. course) and has the following directory structure...
  12.  
  13. ›33m   c                        ----rwed   <Dir>
  14. ›0m›33m   include                  ----rwed   <Dir>
  15. ›0m›33m   lib                      ----rwed   <Dir>
  16. ›0m   Readme.1st               ----rwed    4907   11
  17.  
  18.  
  19.  
  20. If you are working from a hard drive:
  21. -------------------------------------
  22.  
  23. Let's say you have a directory called ZC on dh0:.  The directory should
  24. have the following structure...
  25.  
  26. ›33m   dh0:ZC/c                        ----rwed   <Dir>
  27. ›0m›33m   dh0:ZC/Docs                     ----rwed   <Dir>
  28. ›0m›33m   dh0:ZC/Examples                 ----rwed   <Dir>
  29. ›0m›33m   dh0:ZC/include                  ----rwed   <Dir>
  30. ›0m›33m   dh0:ZC/lib                      ----rwed   <Dir>
  31. ›0m   dh0:ZC/Readme.1st               ----rwed    4907   11
  32.  
  33. Make the following assignment - perhaps in a script file:
  34. Assign ZC: "DH0:zc"
  35.  
  36.  
  37. In either case, add these commands to your startup sequence:
  38. ============================================================
  39.  
  40. Stack 20000
  41. Path Reset
  42. Path Add ZC:c
  43. Set INCLUDE=ZC:include
  44. Set CCLIB=ZC:lib/
  45. Set CCEXEC=ZC:c/
  46. Set CCTEMP=ram:
  47. assign zl: dh0:zc/lib
  48.